GetKeyForGuid Method
Syntax
GetKeyForGuid as CallResult (GuidKey as C)
GetKeyForGuid as CallResult (GuidKey as K)
Arguments
- GuidKeyCharacter K
A guid string or guid for an item key in the cache. For internal use only.
Description
Get the item key for a guid key
Discussion
Check the CallResult for success or not. If successful, CallResult.ReturnDataValue will have the item key.